-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for x_only = True extra metrics during table generation #2294
Conversation
This pull request was exported from Phabricator. Differential Revision: D58435001 |
This pull request was exported from Phabricator. Differential Revision: D58435001 |
…ytorch#2294) Summary: Pull Request resolved: pytorch#2294 Add support for extra metrics that are the same across all benchmark implementations, identified by the `x_only = True` argument for [`register_metric()`](https://www.internalfb.com/code/fbsource/[dde2970b470a85612b904a14825aa7f0998f1658]/fbcode/pytorch/benchmark/torchbenchmark/util/triton_op.py?lines=328). This diff supports additional functionality in D58396957, where the current implementation did not support adding new metrics with `x_only = True`. Reviewed By: xuzhao9 Differential Revision: D58435001
9e98cd0
to
c87ccb8
Compare
This pull request was exported from Phabricator. Differential Revision: D58435001 |
…ytorch#2294) Summary: Pull Request resolved: pytorch#2294 Add support for extra metrics that are the same across all benchmark implementations, identified by the `x_only = True` argument for [`register_metric()`](https://www.internalfb.com/code/fbsource/[dde2970b470a85612b904a14825aa7f0998f1658]/fbcode/pytorch/benchmark/torchbenchmark/util/triton_op.py?lines=328). This diff supports additional functionality in D58396957, where the current implementation did not support adding new metrics with `x_only = True`. Reviewed By: xuzhao9 Differential Revision: D58435001
c87ccb8
to
8108026
Compare
This pull request was exported from Phabricator. Differential Revision: D58435001 |
…ytorch#2294) Summary: Pull Request resolved: pytorch#2294 Add support for extra metrics that are the same across all benchmark implementations, identified by the `x_only = True` argument for [`register_metric()`](https://www.internalfb.com/code/fbsource/[dde2970b470a85612b904a14825aa7f0998f1658]/fbcode/pytorch/benchmark/torchbenchmark/util/triton_op.py?lines=328). This diff supports additional functionality in D58396957, where the current implementation did not support adding new metrics with `x_only = True`. Reviewed By: xuzhao9 Differential Revision: D58435001
8108026
to
51504cc
Compare
…ytorch#2294) Summary: Pull Request resolved: pytorch#2294 Add support for extra metrics that are the same across all benchmark implementations, identified by the `x_only = True` argument for [`register_metric()`](https://www.internalfb.com/code/fbsource/[dde2970b470a85612b904a14825aa7f0998f1658]/fbcode/pytorch/benchmark/torchbenchmark/util/triton_op.py?lines=328). This diff supports additional functionality in D58396957, where the current implementation did not support adding new metrics with `x_only = True`. Reviewed By: xuzhao9 Differential Revision: D58435001
This pull request was exported from Phabricator. Differential Revision: D58435001 |
51504cc
to
e9a3896
Compare
…ytorch#2294) Summary: Pull Request resolved: pytorch#2294 Add support for extra metrics that are the same across all benchmark implementations, identified by the `x_only = True` argument for [`register_metric()`](https://www.internalfb.com/code/fbsource/[dde2970b470a85612b904a14825aa7f0998f1658]/fbcode/pytorch/benchmark/torchbenchmark/util/triton_op.py?lines=328). This diff supports additional functionality in D58396957, where the current implementation did not support adding new metrics with `x_only = True`. Reviewed By: xuzhao9 Differential Revision: D58435001
This pull request was exported from Phabricator. Differential Revision: D58435001 |
e9a3896
to
93ca63c
Compare
…ytorch#2294) Summary: Pull Request resolved: pytorch#2294 Add support for extra metrics that are the same across all benchmark implementations, identified by the `x_only = True` argument for [`register_metric()`](https://www.internalfb.com/code/fbsource/[dde2970b470a85612b904a14825aa7f0998f1658]/fbcode/pytorch/benchmark/torchbenchmark/util/triton_op.py?lines=328). This diff supports additional functionality in D58396957, where the current implementation did not support adding new metrics with `x_only = True`. Reviewed By: xuzhao9 Differential Revision: D58435001
93ca63c
to
9d4b486
Compare
This pull request was exported from Phabricator. Differential Revision: D58435001 |
This pull request has been merged in 217d8f8. |
Summary: Add support for extra metrics that are the same across all benchmark implementations, identified by the
x_only = True
argument forregister_metric()
. This diff supports additional functionality in D58396957, where the current implementation did not support adding new metrics withx_only = True
.Reviewed By: xuzhao9
Differential Revision: D58435001